home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / e-n / hsc / src_docs / future.hsc < prev    next >
Text File  |  1995-10-09  |  1KB  |  39 lines

  1. <$INCLUDE FILE="inc/macro.hsc">
  2. <WEBPAGE chapter="hsc - " title="Future improvements">
  3.  
  4. <UL>
  5. <LI>Improve docs...
  6. <LI>Check for required nested tags (eg, <TG>LI</TG> requires <TG>UL/OL/..</TG>)
  7. <LI>Check several logical errors that can occure when defining macros (eg
  8.     default value for required attribute).
  9. <LI>Remove <I>all</I> string arrays from source and replace them by
  10.     auto-expandable strings
  11. <LI>type checking for attributes
  12. <LI>Programmable error output format (to be parsed by editor)
  13. <LI>NULL value for attributes
  14. <LI><TG>$IF ..</TG> tag for conditional conversion
  15. <LI><TG>$LET ..</TG> tag to define global attributes
  16. <LI>Handle "Click here"
  17. <LI>Strip tags when referencing to an external link (NoNet-version)
  18. <LI>CLI-option to strip useless empty lines
  19. <LI>CLI-option to strip SGML comments
  20. <LI>CLI-option to strip external references
  21. <LI>CLI-option to strip images
  22. <LI>Plausibility checking of global URIs
  23. </UL>
  24.  
  25. <H1>Far future</H1>
  26. <UL>
  27. <LI>Test named references
  28. <LI>Automatically add <TG>LINK REL="subdocument" HREF=".."</TG>
  29. <LI>Link whole project directory to one document
  30. <LI>Fully support creation of a NoNet-version
  31. <LI>CLI-option to act like a html2asc-tool (only if I'm bored)
  32. </UL>
  33.  
  34. <MAIN>
  35. <PREV href="bugs.html">
  36. <NEXT href="hsc.html">
  37. </WEBPAGE>
  38.  
  39.